Learn R Programming

wrapr (version 2.1.0)

[.Unpacker: Prepare for unpack or bind values into the calling environment.

Description

Prepare for unpack or bind values into the calling environment. This makes pipe to behavior very close to assign to behavior for the Unpacker class.

Usage

# S3 method for Unpacker
[(wrapr_private_self, ...)

Value

prepared unpacking object

Arguments

wrapr_private_self

object implementing the feature, wrapr::unpack

...

names of to unpack to (can be escaped with bquote .() notation).